From 88ef4e4e5265242bd0cc073fcfdeda8e349c1ff5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 19 Dec 2014 12:25:32 +0100 Subject: [PATCH] tools/hotplug: remove EnvironmentFile from xen-qemu-dom0-disk-backend.service The referenced Environment file does not exist, and the service file does not make use of variables anyway. N.B. If we start honouring env settings for any reason this will have to be changed. Signed-off-by: Olaf Hering Acked-by: Ian Jackson Cc: Stefano Stabellini Acked-by: Ian Campbell Cc: Wei Liu Signed-off-by: Konrad Rzeszutek Wilk --- .../hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in index 0a5807afb0..274cec0c79 100644 --- a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in +++ b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in @@ -8,7 +8,6 @@ ConditionPathExists=/proc/xen/capabilities [Service] Type=simple -EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenstored PIDFile=@XEN_RUN_DIR@/qemu-dom0.pid ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities ExecStartPre=/bin/mkdir -p @XEN_RUN_DIR@ -- 2.30.2